type github.com/klauspost/compress/huff0.bitWriter
9 uses
github.com/klauspost/compress/huff0 (current package)
bitwriter.go#L10: type bitWriter struct {
bitwriter.go#L18: func (b *bitWriter) addBits16Clean(value uint16, bits uint8) {
bitwriter.go#L25: func (b *bitWriter) encSymbol(ct cTable, symbol byte) {
bitwriter.go#L38: func (b *bitWriter) encTwoSymbols(ct cTable, av, bv byte) {
bitwriter.go#L58: func (b *bitWriter) encFourSymbols(encA, encB, encC, encD cTableEntry) {
bitwriter.go#L72: func (b *bitWriter) flush32() {
bitwriter.go#L86: func (b *bitWriter) flushAlign() {
bitwriter.go#L97: func (b *bitWriter) close() {
compress.go#L234: var bw = bitWriter{out: dst}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |